home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / man / oldman3 / country.3T < prev    next >
Text File  |  1992-06-26  |  1KB  |  53 lines

  1. .TH COUNTRY
  2. .SH NAME
  3. country  Symbolic and string country names
  4. .SH SYNOPSIS
  5. #include <cool/country.h>
  6. .SH DESCRIPTION
  7. The country include file contains enumeration declarations for country names of type
  8.  country .
  9. The file declares a static 
  10.  char*
  11. array of printable country names. The constants in the enumerated type can be used as indexes for these names. In the following table, the enumeration declaration is on the left and the static 
  12.  char* 
  13. string is on the right.
  14. .sp
  15. .nf
  16. .ta 2.5i
  17. \f2Enumeration Declaration    Character String\f1
  18. \l'4.5i'
  19. .PP
  20. UNKNOWN_COUNTRY    "Unknown Country"
  21. UNITED_STATES    "United States"
  22. FRENCH_CANADIAN    "French Canadian"
  23. LATIN_AMERICA    "Latin America"
  24. NETHERLANDS    "Netherlands,"
  25. BELGIUM    "Belgium"
  26. FRANCE    "France"
  27. SPAIN    "Spain"
  28. ITALY    "Italy"
  29. SWITZERLAND    "Switzerland"
  30. UNITED_KINGDOM    "United Kingdom"
  31. DENMARK    "Denmark"
  32. SWEDEN    "Sweden"
  33. NORWA    "Norway"
  34. GERMANY    "Germany"
  35. PORTUGAL    "Portugal"
  36. FINLAND    "Finland"
  37. ARABIC_COUNTRIES    "Arabic Countries"
  38. ISRAEL    "Israel" 
  39. \l'4.5i'
  40. .fi
  41. .SH COPYRIGHT
  42.  
  43. Copyright (C) 1991 Texas Instruments Incorporated.
  44.  
  45. Permission is granted to any individual or institution to use, copy, modify,
  46. and distribute this software, provided that this complete copyright and
  47. permission notice is maintained, intact, in all copies and supporting
  48. documentation.
  49.  
  50. Texas Instruments Incorporated provides this software "as is" without
  51. express or implied warranty.
  52.  
  53.